home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / TFAMILYINPUT / TFAMILYINPUT.txt
Text File  |  1996-10-21  |  4KB  |  170 lines

  1. object FamilyInput: TFamilyInput
  2.   Left = 200
  3.   Top = 99
  4.   Width = 358
  5.   Height = 234
  6.   Caption = 'Family Information'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   TextHeight = 16
  15.   object Title: TLabel
  16.     Left = 16
  17.     Top = 16
  18.     Width = 313
  19.     Height = 24
  20.     AutoSize = False
  21.     Caption = 'Title'
  22.     Font.Color = clBlue
  23.     Font.Height = -21
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold, fsItalic]
  26.     ParentFont = False
  27.   end
  28.   object Label1: TLabel
  29.     Left = 72
  30.     Top = 56
  31.     Width = 63
  32.     Height = 25
  33.     Alignment = taRightJustify
  34.     AutoSize = False
  35.     Caption = 'Name:'
  36.     Font.Color = clBlue
  37.     Font.Height = -16
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 24
  44.     Top = 88
  45.     Width = 111
  46.     Height = 25
  47.     Alignment = taRightJustify
  48.     AutoSize = False
  49.     Caption = 'Place of Birth:'
  50.     Font.Color = clBlue
  51.     Font.Height = -16
  52.     Font.Name = 'Arial'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label3: TLabel
  57.     Left = 24
  58.     Top = 120
  59.     Width = 111
  60.     Height = 25
  61.     Alignment = taRightJustify
  62.     AutoSize = False
  63.     Caption = 'Date of Birth:'
  64.     Font.Color = clBlue
  65.     Font.Height = -16
  66.     Font.Name = 'Arial'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object Name: TEdit
  71.     Left = 144
  72.     Top = 48
  73.     Width = 161
  74.     Height = 24
  75.     Font.Color = clBlack
  76.     Font.Height = -13
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 0
  81.   end
  82.   object Pob: TEdit
  83.     Left = 144
  84.     Top = 80
  85.     Width = 161
  86.     Height = 24
  87.     Font.Color = clBlack
  88.     Font.Height = -13
  89.     Font.Name = 'Arial'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 1
  93.   end
  94.   object Dob: TMaskEdit
  95.     Left = 144
  96.     Top = 112
  97.     Width = 73
  98.     Height = 24
  99.     EditMask = '!99-99-00;1;_'
  100.     Font.Color = clBlack
  101.     Font.Height = -13
  102.     Font.Name = 'Arial'
  103.     Font.Style = []
  104.     MaxLength = 8
  105.     ParentFont = False
  106.     TabOrder = 2
  107.     Text = '  -  -  '
  108.   end
  109.   object OKBtn: TBitBtn
  110.     Left = 144
  111.     Top = 160
  112.     Width = 93
  113.     Height = 31
  114.     Caption = 'Ok'
  115.     Default = True
  116.     Font.Color = clGreen
  117.     Font.Height = -19
  118.     Font.Name = 'Arial'
  119.     Font.Style = [fsBold]
  120.     ModalResult = 1
  121.     ParentFont = False
  122.     TabOrder = 3
  123.     OnClick = OKBtnClick
  124.     Glyph.Data = {
  125.       F6000000424DF600000000000000760000002800000010000000100000000100
  126.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  127.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  128.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  129.       5555555555555555555555555205555555555555222055555555555522205555
  130.       5555555222220555555555222222055555555722052220555555720555522055
  131.       5555555555522205555555555555220555555555555552205555555555555572
  132.       0555555555555557205555555555555552205555555555555555}
  133.     Margin = 8
  134.     Spacing = -1
  135.   end
  136.   object CancelBtn: TBitBtn
  137.     Left = 248
  138.     Top = 160
  139.     Width = 93
  140.     Height = 31
  141.     Font.Color = clRed
  142.     Font.Height = -19
  143.     Font.Name = 'Arial'
  144.     Font.Style = [fsBold]
  145.     ParentFont = False
  146.     TabOrder = 4
  147.     OnClick = CancelBtnClick
  148.     Kind = bkCancel
  149.     Margin = 2
  150.     Spacing = -1
  151.   end
  152.   object HelpBtn: TBitBtn
  153.     Left = 16
  154.     Top = 160
  155.     Width = 25
  156.     Height = 31
  157.     Caption = ' '
  158.     Font.Color = clBlack
  159.     Font.Height = -11
  160.     Font.Name = 'MS Sans Serif'
  161.     Font.Style = [fsBold]
  162.     ParentFont = False
  163.     TabOrder = 5
  164.     OnClick = HelpBtnClick
  165.     Kind = bkHelp
  166.     Margin = 2
  167.     Spacing = -1
  168.   end
  169. end
  170.